home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir38 / vga_doc2.zip / ACUMOS.TXT < prev    next >
Text File  |  1993-01-22  |  813b  |  38 lines

  1. Acumos AVGA2   512k
  2.        AVGA3   2MB
  3.  
  4.  
  5.   3C4h index  6  (R/W): 
  6.   Note: Write 12h to this register to unlock extensions.
  7.  
  8.   3C4h index 0Ah (R/W):
  9.   bit 0-1  Video Memory. 0=256k, 1=512k, 2=1Mb 
  10.  
  11.   3CEh index  9  (R/W): Bank register
  12.   bit 0-7  Bank number in 4k units.
  13.  
  14.   
  15.   ID Acumos chip:
  16.  
  17.   wrinx($3c4,6,0);   {disable extensions}
  18.   if not testinx($3CE,9) and not testinx($3CE,$A) then
  19.   begin
  20.     wrinx($3c4,6,$12);
  21.     if testinx($3CE,9) and testinx($3CE,$A) then
  22.        __AcuMos__
  23.   end;
  24.  
  25.  
  26.   Video Modes:
  27.  
  28.   54h T  132   43  16
  29.   55h T  132   25  16
  30.   56h T  132   43   2
  31.   57h T  132   25   2
  32.   58h G  800  600  16  planar
  33.   59h G  800  600   2
  34.   5Ch G  800  600 256  packed
  35.   5Dh G 1024  768  16  planar
  36.   5Eh G  640  400 256  packed 
  37.   5Fh G  640  480 256  packed
  38.